Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow the operator to set the listening host IP address. #122

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

SamirTalwar
Copy link
Contributor

This is often useful for security reasons, e.g. only listening on localhost or an internal IP when the service is to be proxied.

It is also useful in testing on macOS, as running the service bound to a localhost IP (127.0.0.1 or ::1) means that the firewall will not be alerted, and so the test will not trigger an allow/deny prompt.

This is often useful for security reasons, e.g. only listening on
localhost or an internal IP when the service is to be proxied.

It is also useful in testing on macOS, as running the service bound to a
localhost IP (`127.0.0.1` or `::1`) means that the firewall will not be
alerted, and so the test will not trigger an allow/deny prompt.
@SamirTalwar SamirTalwar merged commit 7ed856b into main Mar 12, 2024
8 checks passed
@SamirTalwar SamirTalwar deleted the samirtalwar/set-host branch March 12, 2024 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants